Vcenter TrustedInfrastructure Hosts Hardware Tpm EventLog Info

Vcenter TrustedInfrastructure Hosts Hardware Tpm EventLog Info
Vcenter TrustedInfrastructure Hosts Hardware Tpm EventLog Info

The Vcenter TrustedInfrastructure Hosts Hardware Tpm EventLog Info schema contains information that describes an event log.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "type": "string",
    "data": "string",
    "truncated": false,
    "banks": [
        {
            "algorithm": "string",
            "pcrs": {
                "pcrs": "string"
            }
        }
    ]
}
string
type
Required

Type of the event log.

For more information see: Vcenter TrustedInfrastructure Hosts Hardware Tpm EventLog Type.

This property was added in vSphere API 8.0.0.1.

string As byte As byte
data
Optional

Event log data in the format described by Vcenter TrustedInfrastructure Hosts Hardware Tpm EventLog Info.type.

This property was added in vSphere API 8.0.0.1.

This property is currently required. It may be optional in a future version.

boolean
truncated
Required

Indicates if the event log is truncated.

An event log is truncated when there was insufficient memory to store one or more event entries.

This property was added in vSphere API 8.0.0.1.

banks
Required

The resulting PCR banks from event log replay.

This property was added in vSphere API 8.0.0.1.